Replicating workflow logs

By default, the workflow logs (Comment property) of documents is not replicated to collaborating sites. Whether the logs are replicated is controlled by the user-defined VBScript function SyncWorkflowLog. The implementation of this function can be adapted to enable copying of workflow logs as needed.

Function SyncWorkflowLog()
    SyncWorkflowLog= True
End Function 

Related concepts

Configuring with VBScript

Related tasks

Understanding common conflicts

Suppressing custom code during GCF operations

Hiding the Collaboration property page

Confirming deletion of documents